-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix ansible python dictionary error #5225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ansible python dictionary error #5225
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5225 +/- ##
===========================================
+ Coverage 44.49% 73.01% +28.52%
===========================================
Files 238 238
Lines 13957 13957
Branches 570 570
===========================================
+ Hits 6210 10191 +3981
+ Misses 7747 3766 -3981
Continue to review full report at Codecov.
|
@hunhoffe Hey, could you share which version of ansible did you use when you faced this issue? |
@style95 It was ansible 4.1.0, the one recommended in the ansible docs: https://github.com/apache/openwhisk/tree/master/ansible |
ok. This change is not compatible with ansible-2.5.2. |
Yes, I had opened an issue about version inconsistencies: #5203 But have not gotten around to creating a PR for it, in part because I'm not sure all the environments I'd need to verify, or my questions at the end regarding if there are any other upgrades (e.g., python3 instead of python2 for some of the scripts) that are desired. |
Description
When I would run the command below:
I would get this CLI error:
I tested my solution in my local ansible setup.
Related issue and scope
My changes affect the following components
Types of changes
Checklist: